object AboutBox: TAboutBox Left = 290 Top = 135 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About Secure Mail' ClientHeight = 255 ClientWidth = 289 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 3 Width = 273 Height = 244 BevelInner = bvRaised BevelOuter = bvLowered Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = True ParentFont = False TabOrder = 0 object ProductName: TLabel Left = 8 Top = 8 Width = 257 Height = 24 Alignment = taCenter AutoSize = False Caption = 'Secure Mail' Font.Color = clBlack Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version1: TLabel Left = 8 Top = 32 Width = 257 Height = 20 Alignment = taCenter AutoSize = False Caption = 'Version 1.6' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Copyright: TLabel Left = 8 Top = 72 Width = 257 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Copyright ISS 1997-1998' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Label4: TLabel Left = 8 Top = 56 Width = 257 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Internet Software Solution' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 24 Top = 16 Width = 32 Height = 32 Picture.Data = {} end object DemoText: TLabel Left = 8 Top = 96 Width = 257 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Demo' Font.Color = clNavy Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object SrNum: TLabel Left = 8 Top = 112 Width = 257 Height = 16 Alignment = taCenter AutoSize = False Font.Color = clRed Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object GroupBox1: TGroupBox Left = 8 Top = 136 Width = 257 Height = 62 Caption = 'Contact Information' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object Label1: TLabel Left = 50 Top = 20 Width = 133 Height = 13 Hint = 'Cleick To Send E-Mail' Caption = 'issonline@cybergs.com' Color = clSilver DragCursor = crDefault Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False OnClick = Label1Click end object Label2: TLabel Left = 50 Top = 36 Width = 204 Height = 13 Hint = 'Click To Go To Web Site' Caption = 'http://www.cybergs.com/~issonline' Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False OnClick = Label2Click end object Label3: TLabel Left = 6 Top = 21 Width = 40 Height = 13 Caption = 'E-Mail:' end object Label5: TLabel Left = 15 Top = 36 Width = 31 Height = 13 Caption = 'Web:' end end end object OKButton: TButton Left = 110 Top = 212 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end end